/* 头部 */

.idx_header {
    height: 580px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    border-top: 5px solid #189948;
}

.header_lb {
    width: 100%;
    height: 580px;
    overflow: hidden;
}

.header_lb .container {
    position: relative;
}

.header_lb ul li {
    width: 100%;
    height: 580px;
    overflow: hidden;
}

.header_lb ul li img {
    width: 100%;
    height: 580px;
}

.header_lb .hd {
    height: 11px;
    position: absolute;
    bottom: 42px;
    right: 20px;
    z-index: 9999999;
}

.header_lb .hd ul li {
    display: block;
    width: 11px;
    height: 11px;
    float: left;
    margin-right: 5px;
    border-radius: 50%;
    cursor: pointer;
    background: #ffffff;
}

.header_lb .hd ul li.on {
    width: 23px;
    border-radius: 5.5px;
}

.header_cont {
    margin-top: 30px;
    overflow: hidden;
}

.idx_nav {
    margin-top: 20px;
    height: 40px;
    overflow: hidden;
}

.idx_nav ul li {
    display: inline-block;
    margin-right: 30px;
    height: 40px;
    line-height: 40px;
}

.idx_nav ul li a {
    font-weight: bold;
    font-size: 22px;
    color: #FFFFFF;
    text-shadow: 2px 2px 2px rgba(11, 108, 188, 0.8);
}

.idx_nav ul li:last-child {
    margin-right: 0;
}

.idx_nav ul li:hover a,
.idx_nav ul li.on a {
    color: #ffd590;
}


/* 头条 */

.toutiao {
    height: 128px;
    background: url(../images/ttbj.png) center center no-repeat;
}

.toutiao .l {
    width: 106px;
    height: 40px;
    margin-top: 44px;
    overflow: hidden;
}

.toutiao .l img {
    width: 100%;
    height: 100%;
}

.toutiao .toutiao_con {
    width: 1120px;
    height: 128px;
    padding: 0 55px;
    box-sizing: border-box;
}

.toutiao .toutiao_con a {
    display: block;
    font-weight: bold;
    font-size: 34px;
    color: #FFFFFF;
    margin-top: 25px;
    padding: 0 10px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.toutiao .toutiao_con p {
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    color: #E6FFEF;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


/* 主体内容 start */

.main {
    min-height: 500px;
    margin: 50px auto;
}

.main_box1 {
    height: 449px;
    margin: 0 auto;
}

.Carousel {
    width: 630px;
    height: 450px;
    position: relative;
    float: left;
}

.Carousel .title {
    width: 48px;
    height: 171px;
    margin-top: 10px;
    padding-top: 25px;
    position: absolute;
    left: -48px;
    box-sizing: border-box;
    background: url(../images/lbbt_bj.png) center center no-repeat;
}

.Carousel .title a {
    display: block;
    text-align: center;
    padding: 0 10px;
    font-size: 16px;
    color: #fefefe;
    padding-top: 25px;
    background: url(../images/lb_ico.png) top center no-repeat;
}

.Carousel .Carousel_con {
    width: 627px;
    height: 450px;
    float: left;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.Carousel .Carousel_con .bd img {
    display: block;
    width: 100%;
    height: 368px;
}

.Carousel .Carousel_con .text {
    width: 100%;
    height: 80px;
    padding: 0 20px;
    box-sizing: border-box;
    background: #f1f5f8;
}

.Carousel .Carousel_con .text a {
    display: block;
    width: 80%;
    line-height: 80px;
    font-size: 18px;
    color: #333333;
}

.Carousel .Carousel_con .hd {
    position: absolute;
    right: 20px;
    bottom: 30px;
    z-index: 9;
    overflow: hidden;
}

.Carousel .Carousel_con .hd ul li {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #dcdcdc;
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
}

.Carousel .Carousel_con .hd ul li.on {
    width: 23px;
    border-radius: 20px;
    background: #189948;
}

.Carousel .Carousel_con .prev,
.Carousel .Carousel_con .next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
    cursor: pointer;
}

.Carousel .Carousel_con .prev {
    left: 20px;
    background: url(../images/banner-icon_prev1.png) center center no-repeat;
}

.Carousel .Carousel_con .next {
    right: 20px;
    background: url(../images/banner-icon_next.png) center center no-repeat;
}

.news {
    width: 640px;
    height: 449px;
    float: right;
    border-radius: 10px;
    padding: 40px;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #ebebeb;
}

.news .hd {
    height: 40px;
    overflow: hidden;
}

.news .hd li {
    float: left;
    margin-right: 35px;
}

.news .hd li a {
    font-size: 25px;
    font-weight: bold;
    color: #333333;
}

.news .hd li:last-child {
    margin-right: 0;
}

.news .hd li.on a {
    color: #189948;
}

.news .con {
    width: 100%;
}

.news .con iframe {
    margin-top: -415px;
    margin-left: -680px;
}

.news .con .box {
    height: 90px;
    margin-top: 15px;
    box-sizing: border-box;
    border-bottom: 1px dashed #dcdcdc;
}

.news .con .box a {
    display: block;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 45px;
    box-sizing: border-box;
    background: url(../images/new.png) left center no-repeat;
}

.news .con .box p {
    font-size: 16px;
    color: #666666;
    margin-top: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news .con .list {
    margin-top: 15px;
}


/* 横幅 */

.idx_hf {
    height: 120px;
    margin-top: 40px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.idx_hf .bd img {
    width: 100%;
    height: 120px;
}

.idx_hf .hd {
    height: 16px;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.idx_hf .hd ul li {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 12px;
    color: #7e7f80;
    cursor: pointer;
    margin-right: 5px;
    background: #f4faff;
}

.idx_hf .hd ul li.on {
    color: #FFFFFF;
    background: #189948;
}


/* 政务公开 start */

.idx_zwgk {
    margin-top: 40px;
    height: 764px;
    padding: 40px 0;
    box-sizing: border-box;
    background: url(../images/idx_zwgk_bj.png) center center no-repeat;
}

.idx_zwgk .zwgk_box {
    width: 1455px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.idx_zwgk .zwgk_box .hd {
    height: 65px;
    box-sizing: border-box;
    border-bottom: 1px solid #e8e8e8;
}

.idx_zwgk .zwgk_box>.hd ul {
    display: block;
    width: 640px;
    height: 65px;
    margin: 0 auto;
}

.idx_zwgk .zwgk_box>.hd ul li {
    float: left;
    height: 65px;
    margin-right: 128px;
    position: relative;
}

.idx_zwgk .zwgk_box>.hd ul li:last-child {
    margin-right: 0;
}

.idx_zwgk .zwgk_box>.hd ul li::after {
    content: '';
    position: absolute;
    width: 70px;
    height: 5px;
    display: none;
    background-color: #189948;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
}

.idx_zwgk .zwgk_box .hd ul li a {
    display: block;
    font-size: 32px;
    color: #333333;
    font-weight: bold;
}

.idx_zwgk .zwgk_box>.hd ul li.on::after {
    display: block;
}

.idx_zwgk .zwgk_box>.hd ul li.on a {
    color: #189948;
}

.idx_zwgk .zwgk_box .idx_zwgk_con {
    width: 1300px;
    height: 575px;
    margin: 30px auto 0;
    border-radius: 10px;
    padding: 30px;
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 15px 0px rgba(134, 169, 209, 0.25);
    overflow: hidden;
}

.idx_zwgk .zwgk_box .prev,
.idx_zwgk .zwgk_box .next {
    width: 47px;
    height: 19px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.idx_zwgk .zwgk_box .prev {
    left: 0;
    background: url(../images/zwgk_prev.png) center center no-repeat;
}

.idx_zwgk .zwgk_box .next {
    right: 0;
    background: url(../images/zwgk_next.png) center center no-repeat;
}

.idx_zcwj {
    height: 260px;
    overflow: hidden;
}

.Government {
    margin-top: 10px;
}

.Government .l {
    width: 855px;
    overflow: hidden;
}

.idx_zcwj .inhd {
    height: 40px;
    position: relative;
}

.idx_zcwj .inhd ul li {
    float: left;
    margin-right: 35px;
}

.idx_zcwj .inhd ul li a {
    font-size: 25px;
    font-weight: bold;
    color: #333333;
}

.idx_zcwj .inhd ul li.on a {
    color: #189948;
}

.idx_zcwj .inhd .more {
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.idx_zcwj .inhd .more a {
    font-size: 16px;
    color: #999999;
}

.idx_zcwj .inbd .line {
    margin-top: 10px;
}

.idx_zfxxgk {
    height: 195px;
    margin-top: 25px;
    overflow: hidden;
}

.idx_zfxxgk_con {
    height: 135px;
    margin-top: 30px;
    overflow: hidden;
}

.idx_zfxxgk_con ul li {
    width: 76px;
    height: 135px;
    margin-right: 79px;
    float: left;
    text-align: center;
    overflow: hidden;
}

.idx_zfxxgk_con ul li:last-child {
    margin-right: 0;
}

.idx_zfxxgk_con ul li a {
    display: block;
}

.idx_zfxxgk_con ul li .img {
    width: 76px;
    height: 76px;
    overflow: hidden;
}

.idx_zfxxgk_con ul li .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.idx_zfxxgk_con ul li p {
    margin-top: 10px;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
}

.idx_zfxxgk_con ul li a:hover img {
    transform: rotate(360deg);
}

.idx_zfxxgk_con ul li a:hover p {
    font-size: 18px;
    font-weight: bold;
    color: #189948;
}

.Government .r {
    width: 343px;
    height: 100%;
    overflow: hidden;
}

.Government .r .idx_xwfbh {
    width: 100%;
    height: 254px;
    margin-top: 5px;
}

.Government .r .idx_xwfbh .idx_xwfbh_con {
    width: 100%;
    height: 193px;
    margin-top: 30px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.Government .r .idx_xwfbh .idx_xwfbh_con img {
    width: 100%;
    height: 193px;
    border-radius: 5px;
}

.Government .r .idx_xwfbh .idx_xwfbh_con p {
    width: 100%;
    height: 77px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 77px;
    padding: 0 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/xwfbh_tit_bj.png) center center no-repeat;
}

.idx_zfgb {
    width: 100%;
    height: 190px;
    margin-top: 30px;
    overflow: hidden;
}

.idx_zfgb .idx_zfgb_top {
    width: 343px;
    height: 83px;
    border-radius: 5px;
    overflow: hidden;
}

.idx_zfgb .idx_zfgb_top img {
    width: 100%;
    height: 100%;
}

.idx_zfgb .zfgb_bottom {
    width: 343px;
    height: 83px;
    margin-top: 20px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.idx_zfgb .zfgb_bottom img {
    width: 100%;
    height: 100%;
}

.idx_zfgb .zfgb_bottom .inprev,
.idx_zfgb .zfgb_bottom .innext {
    width: 24px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.idx_zfgb .zfgb_bottom .inprev {
    left: 0;
    background: url(../images/zfgb_prev.png) center center no-repeat;
}

.idx_zfgb .zfgb_bottom .innext {
    right: 0;
    background: url(../images/zfgb_innext.png) center center no-repeat;
}


/* 政务公开 end */


/* 政务服务 start */

.idx_services {
    width: 100%;
    margin-top: 15px;
    height: 480px;
    overflow: hidden;
}

.idx_services .l {
    width: 427px;
    height: 100%;
    overflow: hidden;
}

.idx_services .l .idx_msb {
    width: 100%;
    height: 130px;
    border-radius: 5px;
    overflow: hidden;
}

.idx_services .l .idx_services_con {
    width: 100%;
    margin-top: 25px;
    height: 320px;
    overflow: hidden;
}

.idx_services .l .idx_services_con .fwhd {
    width: 100%;
    height: 35px;
    overflow: hidden;
}

.idx_services .l .idx_services_con .fwhd li {
    float: left;
    height: 35px;
    font-size: 22px;
    color: #333333;
    margin-right: 40px;
    position: relative;
    cursor: pointer;
}

.idx_services .l .idx_services_con .fwhd li::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    display: none;
    background: #189948
}

.idx_services .l .idx_services_con .fwhd li.on {
    font-weight: bold;
    color: #189948;
}

.idx_services .l .idx_services_con .fwhd li.on::after {
    display: block;
}

.idx_services .l .idx_services_con .fwcon {
    height: 265px;
    margin-top: 20px;
    background: url(../images/idx_bssx_bj.png) center center no-repeat;
}

.idx_services .l .idx_services_con .fwcon .fw_box {
    padding: 20px 30px 30px;
    box-sizing: border-box;
    overflow: hidden;
}

.idx_services .fw_tit {
    height: 40px;
    line-height: 40px;
    position: relative;
}

.idx_services .fw_tit h3 a {
    font-size: 20px;
    color: #333333;
}

.idx_services .fw_tit .more {
    width: 19px;
    height: 19px;
    position: absolute;
    right: 0;
    top: 55%;
    z-index: 999;
    transform: translateY(-50%);
}

.idx_services .fw_tit .more a {
    width: 100%;
    height: 100%;
    display: block;
    background: url(../images/fw_gd.png) center center no-repeat;
}

.idx_services .fw_tit h3.fw_gr {
    padding-left: 50px;
    box-sizing: border-box;
    background: url(../images/idx_grfw_ico.png) left center no-repeat;
}

.idx_services .fw_tit h3.fw_fr {
    padding-left: 50px;
    box-sizing: border-box;
    background: url(../images/idx_frfw_ico.png) left center no-repeat;
}

.idx_services .fwsx {
    margin-top: 20px;
    overflow: hidden;
}

.idx_services .fw_tit h3.fw_bm {
    padding-left: 50px;
    box-sizing: border-box;
    background: url(../images/idx_bmfw_ico.png) left center no-repeat;
}

.idx_services .fwsx a {
    display: inline-block;
    font-size: 18px;
    line-height: 36px;
    color: #333333;
    margin-right: 40px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.idx_services .fwsx a::after {
    content: '';
    width: 5px;
    height: 5px;
    display: block;
    background: #189948;
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateX(-50%);
}

.idx_services .fwsx a:nth-child(3n) {
    margin-right: 0;
}

.idx_services .r {
    width: 779px;
    height: 480px;
}

.idx_services .r .idx_bstj {
    width: 100%;
    height: 130px;
    padding: 30px 35px;
    border-radius: 5px;
    box-sizing: border-box;
    overflow: hidden;
    background: url(../images/idx_bstj_bj.png) center center no-repeat;
}

.idx_services .r .idx_bstj h3 {
    display: block;
    width: 46px;
    font-size: 22px;
    color: #FFFFFF;
    float: left;
}

.idx_services .r .idx_bstj ul {
    display: block;
    width: 570px;
    height: 100%;
    float: right;
    overflow: hidden;
}

.idx_services .r .idx_bstj ul li {
    display: inline-block;
    margin-right: 35px;
}

.idx_services .r .idx_bstj ul li:last-child {
    margin-right: 0;
}

.idx_services .r .idx_bstj ul li p {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 25px;
}

.idx_services .r .idx_bstj ul li p i {
    font-weight: bold;
    font-size: 28px;
    color: #FFD590;
}

.idx_services .r .idx_tszq {
    margin-top: 30px;
}

.idx_services .r .idx_tszq .tit h3 a {
    color: #333333;
}

.idx_services .r .idx_tszq ul li {
    width: 235px;
    height: 122px;
    float: left;
    margin-top: 20px;
    margin-right: 30px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px rgba(215, 215, 215, 0.5);
    border-radius: 5px;
    box-sizing: border-box;
}

.idx_services .r .idx_tszq ul li:nth-child(3n) {
    margin-right: 0;
}

.idx_services .r .idx_tszq ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 40px 20px;
    box-sizing: border-box;
}

.idx_services .r .idx_tszq ul li img {
    display: block;
    float: left;
}

.idx_services .r .idx_tszq ul li.ts1 a img {
    width: 50px;
    height: 48px;
}



.idx_services .r .idx_tszq ul li.ts2 a img {
    width: 47px;
    height: 48px;
}

.idx_services .r .idx_tszq ul li.ts3 a img {
    width: 54px;
    height: 48px;
}

.idx_services .r .idx_tszq ul li.ts4 a img {
    width: 47px;
    height: 48px;
}

.idx_services .r .idx_tszq ul li.ts5 a {
    padding-left: 14px;
}

.idx_services .r .idx_tszq ul li.ts5 a img {
    width: 60px;
    height: 48px;
}

.idx_services .r .idx_tszq ul li.ts5 p {
    line-height: 26px;
}

.idx_services .r .idx_tszq ul li.ts6 a img {
    width: 52px;
    height: 48px;
}

.idx_services .r .idx_tszq ul li p {
    display: block;
    width: 130px;
    font-size: 18px;
    color: #333333;
    /*line-height: 50px;*/
    margin-left: 10px;
    float: right;
}


/* 政务服务 end */


/* 政民互动 start */

.idx_Interaction {
    width: 100%;
    margin-top: 15px;
    height: 480px;
    overflow: hidden;
}

.idx_Interaction .tit h3 a {
    color: #333333;
}

.idx_Interaction .l {
    width: 550px;
    height: 480px;
    overflow: hidden;
}

.idx_Interaction .idx_yjzj {
    width: 100%;
    height: 280px;
}

.idx_Interaction .idx_yjzj ul li {
    width: 548px;
    margin-top: 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px rgba(215, 215, 215, 0.5);
    border-radius: 5px;
    padding: 20px;
    box-sizing: border-box;
}

.idx_Interaction .idx_yjzj ul li em {
    display: block;
    width: 50px;
    height: 50px;
    padding: 3px 5px 0;
    text-align: center;
    box-sizing: border-box;
    float: left;
    font-size: 16px;
    color: #666666;
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
}

.idx_Interaction .idx_yjzj ul li em.on {
    background: #189948;
    color: #FFFFFF;
    border: 0;
}

.idx_Interaction .idx_yjzj ul li .cont {
    width: 423px;
    height: 100%;
    float: right;
}

.idx_Interaction .idx_yjzj ul li .cont a {
    width: 100%;
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.idx_Interaction .idx_yjzj ul li .cont p {
    font-weight: 400;
    font-size: 16px;
    margin-top: 3px;
    color: #999999;
}

.idx_Interaction .idx_yjzj ul li a:hover {
    color: #189948;
    font-weight: bold;
}

.idx_Interaction .idx_xx {
    height: 175px;
    margin-top: 25px;
    overflow: hidden;
}

.idx_Interaction .idx_xx ul li {
    width: 169px;
    height: 175px;
    float: left;
    margin-right: 21px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
}

.idx_Interaction .idx_xx ul li:last-child {
    margin-right: 0;
}

.idx_Interaction .idx_xx ul li a {
    display: block;
    text-align: center;
    padding-top: 30px;
}

.idx_Interaction .idx_xx ul li a p {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    margin-top: 10px;
}

.idx_Interaction .idx_xx ul li a:hover p {
    color: #189948;
}

.idx_Interaction .r {
    width: 650px;
    height: 100%;
    overflow: hidden;
}

.idx_Interaction .idx_zxft .idx_zxft_con {
    height: 190px;
    margin-top: 20px;
    overflow: hidden;
}

.idx_Interaction .idx_zxft .idx_zxft_con ul li {
    width: 315px;
    height: 178px;
    float: left;
    margin-right: 20px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.idx_Interaction .idx_zxft .idx_zxft_con ul li:last-child {
    margin-right: 0;
}

.idx_Interaction .idx_zxft .idx_zxft_con ul li img {
    width: 100%;
    height: 100%;
}

.idx_Interaction .idx_zxft .idx_zxft_con ul li p {
    width: 315px;
    height: 77px;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 18px;
    color: #FFFFFF;
    padding: 0 10px;
    line-height: 100px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    box-sizing: border-box;
    background: url(../images/idx_zxfy_li_bj.png) center center no-repeat;
}

.idx_zwxmt {
    height: 95px;
    margin-top: 30px;
}

.idx_zwxmt a {
    width: 313px;
    display: block;
    height: 95px;
    float: left;
    text-indent: 141px;
    line-height: 95px;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}

.idx_zwxmt a:first-child {
    background: url(../images/isx_zwxmt_wb.png) center center no-repeat;
}

.idx_zwxmt a:last-child {
    margin-left: 22px;
    background: url(../images/idx_zwxmt_wx.png) center center no-repeat;
}

.idx_zcwdk {
    width: 100%;
    height: 95px;
    margin-top: 20px;
    overflow: hidden;
}


/* 政民互动 end */


/* 走进乌达 */

.idx_zjwd {
    width: 1301px;
    height: 494px;
    padding: 40px 20px;
    margin: 40px auto 0;
    box-sizing: border-box;
    background: url(../images/zjwd_bj.png) center center no-repeat;
}

.idx_zjwd_l {
    width: 570px;
    float: left;
    overflow: hidden;
}

.idx_zjwd_bt {
    width: 142px;
    height: 302px;
    float: left;
    margin-top: 20px;
    margin-right: 30px;
}

.idx_zjwd ul {
    display: block;
    width: 660px;
    height: 404px;
    float: right;
}

.idx_zjwd ul li {
    width: 200px;
    text-align: center;
    height: 374px;
    float: left;
    padding: 40px 0;
    margin-right: 30px;
    background: #EAFFF8;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 20px;
    box-sizing: border-box;
}

.idx_zjwd ul li:last-child {
    margin-right: 0;
}

.idx_zjwd ul li span {
    display: inline-block;
    width: 30px;
    font-size: 22px;
    color: #333333;
    line-height: 22px;
    position: relative;
    padding-top: 5px;
    box-sizing: border-box;
}

.idx_zjwd ul li span::before {
    content: "";
    width: 1px;
    height: 60px;
    display: block;
    position: absolute;
    left: -10px;
    top: -5;
    background: #189948;
}

.idx_zjwd ul li img {
    display: block;
    margin: 0 auto;
    margin-top: 15px;
}

.idx_zjwd ul li .idx_wd_list {
    width: 72px;
    text-align: center;
    margin: 20px auto 0;
}

.idx_zjwd ul li .idx_wd_list a {
    display: block;
    font-size: 18px;
    color: #333333;
    line-height: 36px;
    margin-top: 5px;
}

.idx_zjwd ul li .idx_wd_list a:last-child {
    text-align: left;
    color: #189948;
}

.idx_zjwd ul li:hover {
    height: 404px;
    padding-top: 40px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgba(181, 195, 205, 0.3);
    border-radius: 10px;
    margin-top: 0px;
}


/* 专题专栏 */

.ztzl {
    height: 210px;
    margin-top: 40px;
    overflow: hidden;
}

.ztzl .title {
    height: 60px;
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
}

.ztzl .title a {
    display: inline-block;
    height: 60px;
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    position: relative;
}

.ztzl .title a::after {
    content: '';
    width: 69px;
    height: 5px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px;
    background: #189948;
}

.ztzl .ztzl_con {
    width: 1440px;
    height: 118px;
    margin: 30px auto 0;
    position: relative;
}

.ztzl .ztzl_con .tempWrap {
    width: 1300px !important;
    margin: 0 auto;
}

.ztzl .ztzl_con .bd ul li {
    width: 304px;
    height: 118px;
    float: left;
    margin-right: 26px;
    border-radius: 5px;
    overflow: hidden;
}

.ztzl .ztzl_con .bd ul li img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.ztzl .ztzl_con .prev,
.ztzl .ztzl_con .next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.ztzl .ztzl_con .prev {
    left: 0;
    background: url(../images/ztzl_prev.png) center center no-repeat;
}

.ztzl .ztzl_con .next {
    right: 0;
    background: url(../images/ztzl_next.png) center center no-repeat;
}

.idx_zcwj .list li>a {
    float: left;
    width: auto;
    max-width: 75%;
}

.idx_zcwj .list li em {
    display: block;
    width: 53px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    margin-left: 10px;
    color: #FFBA49;
    float: left;
    margin-top: 10px;
    background: rgba(255, 186, 73, .3);
}

.idx_zcwj .list li em>a {
    width: 100%;
    font-size: 16px;
    color: #FFBA49;
    padding-left: 0;
}

.idx_zcwj .list li em>a::after {
    display: none;
}